home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TSPELLOPTIONDIALOGCSAPI
/
TSPELLOPTIONDIALOGCSAPI.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
81 lines
object SpellOptionDialogCSAPI: TSpellOptionDialogCSAPI
Left = 307
Top = 197
HelpContext = 14022
BorderStyle = bsDialog
Caption = 'Spell Checking Options'
ClientHeight = 170
ClientWidth = 427
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object cbIgnoreAllCaps: TCheckBox
Left = 16
Top = 16
Width = 410
Height = 17
Caption = 'Ignore &all-caps words (e.g., FYI)'
TabOrder = 0
end
object cbIgnoreNumbers: TCheckBox
Left = 16
Top = 40
Width = 410
Height = 17
Caption = 'Ignore words with &numbers (e.g., Win32)'
TabOrder = 1
end
object cbIgnoreRoman: TCheckBox
Left = 16
Top = 64
Width = 410
Height = 17
Caption = 'Ignore word composed of all roman numerals (e.g., XXIV)'
TabOrder = 2
end
object cbPhonetic: TCheckBox
Left = 16
Top = 88
Width = 410
Height = 17
Caption = '&Phonetic suggestions'
TabOrder = 3
end
object bOK: TButton
Left = 232
Top = 136
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object bCancel: TButton
Left = 320
Top = 136
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object cbSuggestFromUserDict: TCheckBox
Left = 17
Top = 112
Width = 410
Height = 17
Caption = 'Suggest from User Dictionaries'
TabOrder = 6
end
end